#include "WorkingDialog.h" void SgeDestroyCacheById(void* id);
SgeDestroyCacheById
is a client routine which frees a cache given a cache id. If the id is NULL or if the id doesn't match any cache, no action is taken.
Warning: Valid callback structures may point to a cache. DO NOT free a cache if any references to a cbs
exist. This will cause major damage to your code.